-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
schemeshard: fix Alter{Ext,}SubDomain compatibility #9198
schemeshard: fix Alter{Ext,}SubDomain compatibility #9198
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
…ubDomain TAlterExtSubDomain suboperation should be able accept ESchemeOpAlterSubDomain operation type. This is special compatibility case for those old subdomains that went through migration to a separate tenants at some time. Console tablet holds records about types of the subdomains but they hadn't been updated at the time of migration. So Console still thinks that old subdomains are plain subdomains whereas they had been migrated to the extsubdomains. And Console tablet is the main source of the subdomains alters. This compatibility case should be upholded until Console records will be fixed. KIKIMR-21965
16baa5a
to
a132105
Compare
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
TAlterExtSubDomain
suboperation should be able acceptESchemeOpAlterSubDomain
operation type.(Notice ExtSubDomain vs SubDomain.)
This is special compatibility case for those old subdomains that went through migration to a separate tenants at some time. Console tablet holds records about types of the subdomains but they hadn't been updated at the time of migration. So Console still thinks that old subdomains are plain subdomains whereas they had been migrated to the extsubdomains. And Console tablet is the main source of the subdomains alters. This compatibility case should be upholded until Console records will be fixed.
KIKIMR-21965
Changelog category